home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GAS211DC.ZIP / docs / gas / all.tex next >
Text File  |  1993-11-13  |  1KB  |  63 lines

  1. @c Copyright 1992, 1993 Free Software Foundation, Inc.
  2. @c This file is part of the documentation for the GAS manual
  3.  
  4. @c Configuration settings for all-inclusive version of manual
  5.  
  6. @c switches:------------------------------------------------------------
  7. @c Properties of the manual
  8. @c ========================
  9. @c Discuss all architectures?
  10. @set ALL-ARCH
  11. @c A generic form of manual (not tailored to specific target)?
  12. @set GENERIC
  13. @c Include text on assembler internals?
  14. @clear INTERNALS
  15. @c Many object formats supported in this config?
  16. @set MULTI-OBJ
  17.  
  18. @c Object formats of interest
  19. @c ==========================
  20. @set AOUT
  21. @set BOUT
  22. @set COFF
  23. @set ELF
  24.  
  25. @c CPUs of interest
  26. @c ================
  27. @set A29K
  28. @set H8/300
  29. @set H8/500
  30. @set SH
  31. @set I80386
  32. @set I960
  33. @set M680X0
  34. @set Z8000
  35. @set SPARC
  36. @set VAX
  37. @set VXWORKS
  38.  
  39. @c Does this version of the assembler use the difference-table kluge?
  40. @set DIFF-TBL-KLUGE
  41.  
  42. @c Do all machines described use IEEE floating point?
  43. @clear IEEEFLOAT
  44.  
  45. @c Is a word 32 bits, or 16?
  46. @clear W32
  47. @set W16
  48.  
  49. @c Do symbols have different characters than usual?
  50. @clear SPECIAL-SYMS
  51.  
  52. @c strings:------------------------------------------------------------
  53. @c Name of the assembler:
  54. @set AS as
  55. @c Name of C compiler:
  56. @set GCC gcc
  57. @c Name of linker:
  58. @set LD ld
  59. @c Text for target machine (best not used in generic case; but just in case...)
  60. @set TARGET machine specific
  61. @c Name of object format NOT SET in generic version
  62. @clear OBJ-NAME
  63.